Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / IOpenXml<T> Interface
The type of custom data type.
Members


IOpenXml<T> Interface
Represents an interface which allows custom data in extensible object can export to OpenXml format.
Syntax
'Declaration
 
Public Interface IOpenXml(Of T) 
 
'Usage
 
Dim instance As IOpenXml(Of T)
Type Parameters
T
The type of custom data type.
See Also